* {
    margin: 0;
    padding: 0;
}

html,
body {
    -webkit-overflow-scrolling: touch;
}


/* reset-bootstrap */

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #6d6b6b;
}

a:hover {
    color: #31302f;
}

img {
    display: block;
}

.ellipse {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipse-8h {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.ellipse-4h {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 78px;
}

.ellipse-3h {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 58px;
}

.fa {
    width: 14px;
    text-align: center;
    margin-right: 10px;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.text {
    padding-left: 0
}

.col-clr-pd {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
    margin-top: 18px;
}

.main-title-center {
    text-align: center;
    font-size: 1.2em;
}

.second-title {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.main-color {
    color: #205ba9;
}


/* 顶部信息 */

header {
    background: #fff;
}

.tophint {
    max-width: 1200px;
    margin: 0 auto;
}

.tophint-right>span>a {
    text-decoration: none;
    margin-left: 10px;
    color: #6d6b6b;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.tophint-right>span>a:hover {
    color: #31302f;
}

.top {
    background: #f1f1f1;
    padding: 5px 0;
}


/* 导航 */

.navbar-nav {
    float: right;
}

.container .navbar {
    border: none;
    background-color: #fff;
    margin-bottom: 0;
}

.container .navbar-brand {
    height: auto;
}

.navbar-default .navbar-nav>li>a {
    min-width: 80px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #f1f1f1;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #f1f1f1;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.carousel-control img {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-inner>.item>a>img {
    max-height: 600px;
}


/* 主体 */


/* 商城产品展示 */

.content-title {
    text-align: center;
    margin: 100px 0 50px 0;
}

.content-title .small-title {
    color: #a8a8a8;
    font-size: 1.1em;
}

.content-title .main-title {
    color: #000;
    font-size: 2.0em;
}

.main-title,
.small-title {
    margin-bottom: 5px;
}

.product-wrap {
    margin-top: 20px;
}

.product-wrap img {
    display: block;
    width: 100%;
}

.product-1,
.product-2,
.product-3,
.product-4,
.product-5,
.product-6 {
    overflow: hidden;
    position: relative
}

.product-1,
.product-2,
.product-3 {
    margin-right: 5px;
}

.product-1,
.product-4,
.product-5 {
    margin-bottom: 5px;
}

.product-1 {
    max-height: 230px;
}

.product-2 {
    max-height: 290px;
}

.product-3 {
    max-height: 525px;
}

.product-4,
.product-5,
.product-6 {
    max-height: 176px;
}

.product-main {
    border: 1px solid #f1f1f1;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-main a {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-main:hover a {
    box-shadow: inset 0 0 25px rgba(0, 0, 0, .045);
    background: rgba(0, 0, 0, .03);
    opacity: 1;
    text-decoration: none;
}

.product-main a span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    padding: 17px 11px;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #31302f;
}

.product-main img {
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;
}

.product-main:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}


/* 迈达首页介绍 */

.company-wrap {
    padding: 30px;
    min-height: 310px;
    max-height: 320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.company-wrap:hover {
    background: #054d6f;
    color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.company-wrap img {
    display: block;
    width: 100%;
}

.company-wrap:hover .company-p-content p {
    color: #fff;
}

.company-wrap .company-p-title {
    text-align: center;
    margin-bottom: 10px;
}

.company-wrap .company-p-content p {
    color: #a8a8a8;
    margin-top: 10px;
}


/* 教育板块-一级分类 */

.main-nav-list::after {
    content: '';
    display: block;
    clear: both;
}

.main-nav-list {
    text-align: center;
    padding: 50px 0;
    margin-bottom: 20px;
}

.main-nav-list>div>span>a {
    font-size: 1.5em;
    text-decoration: none;
    color: #a8a8a8;
    padding: 0 20px 15px;
}

.main-nav-list>div>span>a.active {
    border-bottom: 1px solid #000;
    color: #000;
}


/* 教育板块-视频 */

.education-video {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    position: relative;
    margin: 50px auto 0 auto;
}

.education-video .video-play {
    margin-left: -50%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    margin-top: -75px;
    z-index: 9999;
}

.video-play .video-btn a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-right: 40px;
}

.video-play .video-btn a:hover {
    color: #eee;
}

.education-video .video-preview img {
    width: 100%;
}

.video-play .video-title span {
    font-size: 1.5em;
    margin-right: 10px;
    font-weight: 600;
}

.video-play .video-title {
    margin: 10px 0;
}

.video-play .video-product {
    font-size: 1.5em;
}

.education-video .video-preview img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.education-video:hover .video-preview img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}


/*教育板块-文献*/

.note-wrap {
    padding: 32px 15px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 8px;
    transition: all .3s;
    margin-right: 18px;
}

.note-wrap:hover {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 20, .05);
}

.note-wrap .note-wrap-img img {
    width: 100%;
    max-height: 57px;
}

.note-wrap p {
    margin-bottom: 5px;
}

.note-wrap .note-wrap-title p:nth-of-type(2) {
    color: #a8a8a8
}

.note-preview {
    min-height: 187px;
    color: #333;
    font-size: 0.8em;
    font-weight: 200;
    text-align: justify;
    line-height: 24px;
}

.note-wrap .note-wrap-bottom {
    margin-top: 10px;
}

.note-wrap-bottom .read-view {
    font-size: 0.8em;
    color: #a8a8a8;
    line-height: 24px;
    margin-top: 12px;
    font-weight: 200;
}

.note-wrap-bottom a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #7996d4;
    float: right;
    text-decoration: none;
}

.note-wrap-bottom a:hover {
    color: #5478c4;
}


/* 新闻中心 */

.news-img {
    padding: 20px;
    max-height: 300px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
}

.news-list {
    padding: 20px;
}

.news-list li {
    line-height: 24px;
    margin-bottom: 10px;
}

.news-list li a {
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li span {
    display: block;
    line-height: 24px;
    color: #a8a8a8;
}


/* footer */

footer {
    margin-top: 50px;
    position: relative;
    background: #343539;
    padding: 50px 0 100px 0;
}

footer ul li {
    color: #a7a7a8;
    line-height: 24px;
}

footer ul li a {
    color: #a7a7a8;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer ul li a:hover {
    color: #fff;
}

.record-info {
    position: absolute;
    background: #2d2e32;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #a7a7a8;
    bottom: 0;
}

.qr-code {
    text-align: -webkit-center;
}


/* 新闻详情 */

.news-wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 50px 50px 0;
    margin: 20px;
}

.news-wrap .news-title {
    font-size: 2.0em;
    margin: 10px 0;
}

.news-wrap .news-view {
    color: #757575;
}

.news-wrap .news-content img {
    text-align: center;
    margin: 20px auto;
}

.news-wrap .news-content {
    margin-top: 50px;
}

.news-wrap .news-content p,
.news-wrap .news-content div,
.news-wrap .news-content b,
.news-wrap .news-content li,
.news-wrap .news-content ol {
    line-height: 26px;
}

.news-wrap .news-time {
    margin-left: 20px;
}


/* 通用视频列表 */

.main-title {
    margin: 30px 15px;
    font-size: 1.5em;
}

.main-list-t {
    margin-bottom: 30px;
    padding: 30px 15px;
    background: #fff;
}

.main-video-list-main {
    margin: 0;
}

.main-list-t .education-video .video-btn {
    margin-top: 40px;
}

.main-title-middle {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.main-list-t .f-right {
    display: table;
    min-height: 275px;
    max-height: 280px;
}

.main-list-t:hover .main-title-middle {
    color: #5478c4;
}

.main-list-t .video-preview {
    min-height: 275px;
    max-height: 280px;
}


/* 视频弹出 */

.open-video {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 999999999999999;
    background-color: rgba(255, 255, 255, 0.8);
}

.open-video .video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 600px;
    margin: -300px 0 0 -450px;
    background-color: #000;
}

.video .video-detail {
    width: 100%;
    height: 100%;
}

.video .close {
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #333;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.video .close:hover {
    opacity: 1;
}

.video .close span {
    display: block;
    color: #fff;
}


/* 分页 */

.pagination-wrap {
    text-align: center;
}
.pagination .current{
    border-right: 2px solid #8a8a8a;
    padding-right: 5px;
    margin-right: 5px;
}

/* 合作医院 */

.hospital-wrap {
    margin: 30px 0 0;
}

.hs {
    z-index: 999999;
}

.hs-list {
    background: #fff;
    color: #000;
    margin: 0 auto;
    float: left;
    margin-right: 1%;
    margin-left: 2%;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 20, .02);
}

.hs-img img {
    max-width: 100%;
    vertical-align: middle;
}

.hs h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.hs h5 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 22px;
}

.hs p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 30px;
    margin-bottom: 10px;
}

.hs-mb {
    max-height: 260px;
    overflow: hidden;
}

.hs-mb h3 {
    text-align: center;
    line-height: 35px;
}

.hs-mb .hs-img {
    border-bottom: 3px solid #0e63d0;
    height: 212px;
    overflow: hidden;
    width: 100%;
    transition: 0.4s;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.hs-mb .hs-info {
    transition: 0.4s;
}

.hs-mb .hs-info p {
    max-height: 132px;
    padding: 0 25px;
    overflow-y: scroll;
    color: #a8a8a8;
}

.hs-mb .hs-info p::-webkit-scrollbar {
    width: 3px;
}

.hs-mb .hs-info p::-webkit-scrollbar-track {
    background: #fff;
}

.hs-mb .hs-info p::-webkit-scrollbar-thumb {
    background: #5478c4;
    border-radius: 10px;
}

.hs-mb .hs-img img {
    width: 100%;
    display: block;
    vertical-align: bottom;
    min-height: 212px;
}

.hs-mb .social-touch {
    background-color: #0e63d0;
    float: left;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
    transition: 0.4s;
}

.hs-mb:hover .hs-img {
    height: 81px;
    transition: 0.4s;
}


/* 侧边栏 */

.side {
    position: fixed;
    width: 54px;
    height: auto;
    right: 0;
    bottom: 150px;
    z-index: 9999999;
    box-shadow: 0 4px 18px 0 rgba(7, 17, 27, .1);
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #5478c4;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li:hover .fa {
    color: #fff;
}

.side ul li .fa {
    display: inline-block;
    width: 54px;
    vertical-align: middle;
    color: #a8a8a8;
    font-size: 18px;
}

.qrcode .qr-code {
    display: none;
    position: absolute;
    left: -150px;
    bottom: 0;
    margin: 0;
}

.qrcode .qr-code img {
    box-shadow: 0 4px 18px 0 rgba(7, 17, 27, .1);
}

.qrcode:hover .qr-code {
    display: block;
}


/* 服务中心-售后服务 */

.contact-us {
    width: 80%;
    margin: 20px auto;
}

.contact-us::after {
    content: '';
    display: block;
    clear: both;
}

.contact-us ul li {
    float: left;
    width: 50%;
    line-height: 32px;
}

.bottom-logo {
    position: relative;
}

.bottom-logo img {
    margin: 20px auto;
}

.service-list li {
    margin-top: 20px;
}

.service-list li span {
    color: #205ba9;
    font-weight: bold;
}

.service-img img {
    margin: 50px auto!important;
}

.bottom-logo::after,
.bottom-logo::before {
    content: '';
    position: absolute;
    top: 52%;
    background: #a8a8a8;
    width: 40%;
    height: 1px;
}

.bottom-logo::after {
    right: 0;
}

.bottom-logo::before {
    left: 0;
}


/* 关于我们 */

.about-nav-list {
    width: 60%;
    margin: 0 auto;
}

.about-nav-list>div>span>a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-nav-list>div>span>a.active,
.about-nav-list>div>span>a:hover {
    color: #205ba9;
    border-bottom: none;
}

.about-nav-list>div>span>a>span {
    display: block;
    margin: 10px 0;
    width: 100%;
    margin-right: 0;
}

.about-content {
    color: #888;
    line-height: 32px;
    background: #fff;
    padding: 50px 30px;
}

.about_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
}

.about_content {
    margin: 0 auto;
}

.about_content h2,
.about_content h3 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

.about_content h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.about_content p {
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: center;
}

.about_content.history {
    text-align: center;
    position: relative;
}


/*大事记start*/

.history-content {
    margin-top: 10%;
    /* background: url('../images/about_bg.jpg') no-repeat; */
    background-size: cover;
}

.event_box {
    width: 90%;
    margin: 3% auto 0;
    position: relative;
    min-height: 300px;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 92px;
    overflow: hidden;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';
    width: 85%;
    height: 1px;
    background: #580000;
    position: absolute;
    right: 8%;
    top: 35%;
    z-index: 10;
}

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    margin: 0 30px;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.parBd {
    text-align: center;
    margin-top: 60px;
}

.parBd h4 {
    position: relative;
    font-size: 1.5em;
    margin-bottom: 3%;
    padding: 0 60px;
    display: inline-block;
    text-align: center;
}

.parBd h4:after {
    content: '';
    background: #000;
    width: 50%;
    height: 1px;
    position: absolute;
    left: -50%;
    bottom: 12px;
}

.parBd h4:before {
    content: '';
    background: #000;
    width: 50%;
    height: 1px;
    position: absolute;
    right: -50%;
    bottom: 12px;
}

.parBd p {
    line-height: 180%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

div#listBox {
    width: 100%;
}

.sPrev,
.sNext {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 0;
}

.sPrev img,
.sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.parHd li.act span {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(../images/cat.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 28px;
    z-index: 21;
}

.parHd li span,
.parHd li.clone span {
    display: none;
}


/* 企业理念 */

.middle-img {
    margin: 0 auto;
}


/* 企业资质 */

.qualification-img>div>img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.qualification-img>div>img:hover {
    box-shadow: 0 0 20px rgba(0, 0, 20, .15);
    transform: scale(1.05);
}

.qualification-img>div {
    margin-bottom: 30px;
}


/* 肾友故事 */

.secondBanner {
    margin: 3% 0;
    overflow: hidden;
}

.secondBanner img {
    border-radius: 10px;
}

.story-wrap .news-title {
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 10px;
}

.story-list::after,
.story-list-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.story-list {
    position: relative;
}

.story-list .left {
    margin: 10px 0;
}

.story-list .left img {
    width: 100%;
    height: 180px;
}

.story-list .right {
    margin: 10px 0;
}

.story-list .right ul {
    position: relative;
    min-height: 190px;
}

.story-list .right .title {
    font-size: 1.2em;
    padding-top: 20px;
}

.story-list .right .view {
    color: #a8a8a8;
    margin: 10px 0;
}

.read-view {
    margin-right: 10px;
}

.story-list .right .content {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.story-list-wrap {
    margin-top: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.story-list-wrap a {
    display: block;
}

.story-list-wrap:hover {
    background: #fff;
}

.story-list-wrap:hover .title {
    color: #205ba9;
}

.slide-product::after,
.slide-product li a::after {
    content: '';
    display: block;
    clear: both;
}

.slide-product li a {
    display: block;
}

.slide-product li {
    margin: 20px 0;
}

.slide-product li a img {
    padding: 10px;
    width: 100%;
    height: 80px;
    display: block;
}

.slide-product li a div:nth-of-type(2) {
    display: table;
    height: 80px;
}

.slide-product li a div:nth-of-type(2) p {
    display: table-cell;
    vertical-align: middle;
}


/* 产品中心 */

.product-center {
    margin: 50px;
    background: #fff;
}

.product-center-nav::after {
    content: '';
    display: block;
    clear: both;
}

.product-center-nav img {
    width: 100%;
    display: block;
    height: 100%;
}

.product-center-nav p {
    margin: 0
}

.product-h {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.scale-img img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.scale-img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.scale-img:hover .name {
    color: #205ba9
}

.product-1h {
    position: relative;
    border: 1px solid #eee;
    border-right: none;
}

.product-1h img {
    height: 530px;
}

.product-2h {
    border: 1px solid #eee;
}

.product-2h .bottom-p {
    border-top: 1px solid #eee;
}

.product-2h .bottom-p .name {
    right: 20px;
    left: inherit
}

.product-2h .bottom-p,
.product-2h .top-p {
    height: 265px;
    overflow: hidden;
    position: relative;
}

.product-3h {
    height: 300px;
    overflow: hidden;
    border: 1px solid #eee;
    border-top: none;
}

.product-h .name {
    position: absolute;
    z-index: 999;
    top: 20%;
    left: 20px;
    font-size: 2.0rem;
}

.product-3h .name {
    right: 20px;
    left: inherit;
}


/* 产品列表 */

.product-list .main-title {
    text-align: center;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 20px;
}

.list-main::after {
    content: '';
    display: block;
    clear: both;
}

.list-main .main-wrap {
    overflow: hidden;
    text-align: center
}

.list-main .main-wrap a {
    text-decoration: none;
}

.list-main .main-wrap img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.list-main .main-wrap:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.list-main .main-wrap .name {
    font-size: 1.2em;
    margin: 15px 0 10px;
}

.list-main .main-wrap .model {
    font-size: 0.8em;
    color: #a8a8a8
}

.list-main .main-wrap img {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    text-align: center;
}

.main-wrap::after {
    display: block;
    clear: both;
    content: '';
}


/* 产品中心 */

.main-product-wrap {
    position: relative;
}

.main-img-list {
    position: absolute;
    width: 60%;
    top: 0;
    left: 50%;
    margin-left: -30%;
    margin-top: 8%;
    padding: 0 20px;
    /* z-index: 0;
    animation: opacity 2s; */
}
/* 
@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */

.main-img-list p img {
    width: 100%;
    height: auto;
    /* animation: zoomIn 1s ease-in both;
    -webkit-animation: zoomIn 1s ease-in both; */
}

.main-img-list ul {
    margin-top: 15%;
    text-align: center;
    line-height: 30px;
}

/* .main-img-list ul li:nth-child(1) {
    font-size: 1.2em;
    animation: fadeInUp 1s ease-in 0.5s;
}

.main-img-list ul li:nth-child(2) {
    animation: fadeInUp 1s ease-in 0.8s;
}

.main-img-list ul li:nth-child(3) {
    animation: fadeInUp 1s ease-in 1s;
} */

.main-img-list ul li:nth-child(2),
.main-img-list ul li:nth-last-child(1) {
    font-size: 1.0em;
    color: #a8a8a8;
}

.product-img-list {
    width: 100%;
}

.product-img-list img {
    width: 100%;
}


/* 响应式兼容  1000px */

@media screen and (max-width:1000px) {
    .news-wrap .news-content img {
        width: 100%;
    }
    .main-title-middle {
        line-height: 24px;
        margin-bottom: 5px;
    }
    .main-list-t .video-preview img {
        width: 100%;
    }
    .main-list-t .f-right {
        min-height: auto;
    }
    .open-video .video-detail .embed {
        width: 100%;
        height: auto;
    }
}


/* 响应式兼容  768px */

@media screen and (max-width:768px) {
    .education-video .video-preview img {
        width: auto;
    }
    .top {
        display: none;
    }
    header .navbar-nav {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .container .navbar {
        margin-left: -15px;
        margin-right: -15px;
    }
    .content-title {
        margin: 30px 0 20px 0;
    }
    .company-wrap {
        padding: 10px;
        min-height: auto;
    }
    .news-wrap {
        margin: 5px;
        padding: 10px;
    }
    .main-wrap {
        width: 100%;
        margin-left: 0;
    }
    .main-title-middle {
        line-height: 24px;
        margin-bottom: 5px;
    }
    .main-list-t .video-preview img {
        width: 100%;
    }
    .main-list-t .video-preview {
        min-height: auto;
    }
    .open-video .video {
        width: 100%;
        height: 100vh;
        margin: 0;
        top: 0;
        left: 0;
    }
    .video .video-detail video {
        width: 100%;
        margin-top: 50%;
        height: auto;
    }
    .contact-us ul li {
        width: 100%;
    }
    .parHd .tempWrap:after {
        width: 17%;
    }
    .middle-img {
        width: 100%;
    }
    .about-nav-list {
        width: 100%;
    }
    .main-nav-list>div>span>a {
        padding: 0 0 15px;
    }
    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999999999999999;
    }
    .mainBanner {
        margin-top: 70px;
    }
    header .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .navbar-default .navbar-collapse {
        padding: 0;
        height: 100vh;
        text-align: center;
    }
    .product-center {
        margin: 0;
    }
    .product-1h {
        overflow: hidden;
        height: 210px;
    }
    .product-2h .bottom-p,
    .product-2h .top-p {
        height: auto;
    }
    .product-3h {
        height: auto;
    }
    .product-container {
        padding: 0;
    }
    .product-h .name {
        font-size: 1.0em;
    }
    .side {
        display: none;
    }
    .carousel-control img {
        width: 15px;
        margin-top: -14px;
    }
    .product-1 {
        display: none;
    }
    .product-2 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:414px) {
    .product-3 {
        min-height: 225px
    }
}

@media screen and (max-width:375px) {
    .product-1h {
        overflow: hidden;
        height: 190px;
    }
    .product-3 {
        min-height: 205px
    }
}

@media screen and (max-width:320px) {
    .product-1h {
        overflow: hidden;
        height: 162px;
    }
}